Resource Path: /api/sql/test-connection/{connectionStoreId}/{credentialId}
Uri: http://doc.jamsscheduler.com/api/sql/test-connection/{connectionStoreId}/{credentialId}
Parameters
Name | Description | Data Type |
connectionStoreId | | integer |
credentialId | | integer |
Request
The request body is of type ConnectionStringDto.
Overview
![](template/packages/core-webservice/images/jsonschema.png) |
ConnectionStringDto
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
connectionString : string
|
|
Response
The response body is of type SqlServerConnectionResponse.
OK
Overview
![](template/packages/core-webservice/images/jsonschema.png) |
SqlServerConnectionResponse
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
connectionFailure : boolean
|
![](template/packages/core-webservice/images/jsonschemaproperty.png) |
connectionFailureMessage : string
|
|
See Also